02. Review Random Forests
Review Random Forests
SOLUTION:
- Random forests use row bagging to generate a different dataset on which to grow each tree.
- The out-of-bag estimate is an estimate of the prediction error of the model.
Review Random Forests